SYMBOL INDEX (371 symbols across 58 files) FILE: Library/UniversalBeacon.Library.Android/AndroidBluetoothPacketProvider.cs class AndroidBluetoothPacketProvider (line 9) | public class AndroidBluetoothPacketProvider : Java.Lang.Object, IBluetoo... method AndroidBluetoothPacketProvider (line 17) | public AndroidBluetoothPacketProvider(Context context) method ScanCallback_OnAdvertisementPacketReceived (line 24) | private void ScanCallback_OnAdvertisementPacketReceived(object sender,... method Start (line 29) | public void Start() method Stop (line 35) | public void Stop() FILE: Library/UniversalBeacon.Library.Android/BLEScanCallback.cs class BLEScanCallback (line 9) | internal class BLEScanCallback : ScanCallback method OnScanFailed (line 13) | public override void OnScanFailed([GeneratedEnum] ScanFailure errorCode) method OnScanResult (line 18) | public override void OnScanResult([GeneratedEnum] ScanCallbackType cal... FILE: Library/UniversalBeacon.Library.Android/PacketExtensions.cs class PacketExtensions (line 5) | internal static class PacketExtensions method ToNumericAddress (line 7) | public static ulong ToNumericAddress(this string addressString) FILE: Library/UniversalBeacon.Library.Android/RecordParser.cs class RecordParser (line 8) | internal class RecordParser method Parse (line 10) | public static BLERecord[] Parse(byte[] recordData) FILE: Library/UniversalBeacon.Library.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() class Attribute (line 27) | public partial class Attribute method Attribute (line 30) | static Attribute() method Attribute (line 35) | private Attribute() class String (line 40) | public partial class String method String (line 49) | static String() method String (line 54) | private String() FILE: Library/UniversalBeacon.Library.Cocoa/CocoaBluetoothCentralDelegate.cs class CocoaBluetoothCentralDelegate (line 10) | internal class CocoaBluetoothCentralDelegate : CBCentralManagerDelegate method ConnectedPeripheral (line 16) | public override void ConnectedPeripheral(CBCentralManager central, CBP... method DisconnectedPeripheral (line 21) | public override void DisconnectedPeripheral(CBCentralManager central, ... method DiscoveredPeripheral (line 26) | public override void DiscoveredPeripheral(CBCentralManager central, CB... method FailedToConnectPeripheral (line 78) | public override void FailedToConnectPeripheral(CBCentralManager centra... method UpdatedState (line 83) | public override void UpdatedState(CBCentralManager central) method WillRestoreState (line 112) | public override void WillRestoreState(CBCentralManager central, NSDict... FILE: Library/UniversalBeacon.Library.Cocoa/CocoaBluetoothPacketProvider.cs class CocoaBluetoothPacketProvider (line 10) | public class CocoaBluetoothPacketProvider : NSObject, IBluetoothPacketPr... method CocoaBluetoothPacketProvider (line 18) | public CocoaBluetoothPacketProvider() method ScanCallback_OnAdvertisementPacketReceived (line 26) | private void ScanCallback_OnAdvertisementPacketReceived(object sender,... method Start (line 31) | public void Start() method Stop (line 44) | public void Stop() FILE: Library/UniversalBeacon.Library.Core/Entities/Beacon.cs class Beacon (line 37) | public class Beacon : INotifyPropertyChanged type BeaconTypeEnum (line 44) | public enum BeaconTypeEnum method Beacon (line 143) | public Beacon(BLEAdvertisementPacket btAdv) method Beacon (line 153) | public Beacon(BeaconTypeEnum beaconType) method UpdateBeacon (line 165) | public void UpdateBeacon(BLEAdvertisementPacket btAdv) method ParseEddystoneData (line 254) | private void ParseEddystoneData(BLEAdvertisementPacket btAdv) method OnPropertyChanged (line 316) | protected virtual void OnPropertyChanged([CallerMemberName] string pro... FILE: Library/UniversalBeacon.Library.Core/Entities/BeaconException.cs class BeaconException (line 27) | public class BeaconException : Exception method BeaconException (line 29) | public BeaconException() { } method BeaconException (line 30) | public BeaconException(string message) : base(message) { } method BeaconException (line 31) | public BeaconException(string message, Exception inner) : base(message... FILE: Library/UniversalBeacon.Library.Core/Entities/BeaconFrameBase.cs class BeaconFrameBase (line 33) | public abstract class BeaconFrameBase : INotifyPropertyChanged method BeaconFrameBase (line 62) | protected BeaconFrameBase() method BeaconFrameBase (line 67) | protected BeaconFrameBase(byte[] payload) method BeaconFrameBase (line 72) | protected BeaconFrameBase(BeaconFrameBase other) method Update (line 81) | public virtual void Update(BeaconFrameBase otherFrame) method IsValid (line 91) | public virtual bool IsValid() method OnPropertyChanged (line 98) | protected virtual void OnPropertyChanged([CallerMemberName] string pro... FILE: Library/UniversalBeacon.Library.Core/Entities/BeaconFrameHelper.cs class BeaconFrameHelper (line 24) | public static class BeaconFrameHelper type EddystoneFrameType (line 36) | public enum EddystoneFrameType : byte method CreateEddystoneBeaconFrame (line 52) | public static BeaconFrameBase CreateEddystoneBeaconFrame(this byte[] p... method IsEddystoneFrameType (line 84) | public static bool IsEddystoneFrameType(this byte[] payload) method GetEddystoneFrameType (line 100) | public static EddystoneFrameType? GetEddystoneFrameType(this byte[] pa... method CreateEddystoneHeader (line 112) | public static byte[] CreateEddystoneHeader(EddystoneFrameType eddyston... method IsProximityBeaconPayload (line 123) | public static bool IsProximityBeaconPayload(ushort companyId, byte[] m... FILE: Library/UniversalBeacon.Library.Core/Entities/BeaconManager.cs class BeaconManager (line 37) | public class BeaconManager method BeaconManager (line 72) | public BeaconManager(IBluetoothPacketProvider provider, Action... method Start (line 82) | public void Start() method Stop (line 90) | public void Stop() method OnAdvertisementPacketReceived (line 95) | private void OnAdvertisementPacketReceived(object sender, BLEAdvertise... method ReceivedAdvertisement (line 114) | private void ReceivedAdvertisement(BLEAdvertisementPacket btAdv) FILE: Library/UniversalBeacon.Library.Core/Entities/EidEddystoneFrame.cs class EidEddystoneFrame (line 18) | public class EidEddystoneFrame : BeaconFrameBase method EidEddystoneFrame (line 77) | public EidEddystoneFrame(byte[] payload) : base(payload) method EidEddystoneFrame (line 87) | public EidEddystoneFrame(sbyte rangingData, byte[] ephemeralIdentifier) method ParsePayload (line 102) | public void ParsePayload() method UpdatePayload (line 133) | private void UpdatePayload() method Update (line 152) | public override void Update(BeaconFrameBase otherFrame) method IsValid (line 164) | public override bool IsValid() FILE: Library/UniversalBeacon.Library.Core/Entities/ProximityBeaconFrame.cs class ProximityBeaconFrame (line 20) | public class ProximityBeaconFrame : BeaconFrameBase method ProximityBeaconFrame (line 31) | public ProximityBeaconFrame(byte[] payload) method ParsePayload (line 90) | private void ParsePayload() method Update (line 124) | public override void Update(BeaconFrameBase otherFrame) FILE: Library/UniversalBeacon.Library.Core/Entities/TlmEddystoneFrame.cs class TlmEddystoneFrame (line 29) | public class TlmEddystoneFrame : BeaconFrameBase method TlmEddystoneFrame (line 117) | public TlmEddystoneFrame(byte version, ushort batteryInMv, float tempe... method TlmEddystoneFrame (line 133) | public TlmEddystoneFrame(byte[] payload) : base(payload) method ParsePayload (line 142) | public void ParsePayload() method UpdatePayload (line 231) | private void UpdatePayload() method Update (line 275) | public override void Update(BeaconFrameBase otherFrame) method IsValid (line 287) | public override bool IsValid() FILE: Library/UniversalBeacon.Library.Core/Entities/UidEddystoneFrame.cs class UidEddystoneFrame (line 31) | public class UidEddystoneFrame : BeaconFrameBase method UidEddystoneFrame (line 138) | public UidEddystoneFrame(sbyte rangingData, byte[] namespaceId, byte[]... method UidEddystoneFrame (line 159) | public UidEddystoneFrame(byte[] payload) : base(payload) method ParsePayload (line 168) | public void ParsePayload() method UpdatePayload (line 211) | private void UpdatePayload() method Update (line 247) | public override void Update(BeaconFrameBase otherFrame) method IsValid (line 259) | public override bool IsValid() FILE: Library/UniversalBeacon.Library.Core/Entities/UnknownBeaconFrame.cs class UnknownBeaconFrame (line 26) | public class UnknownBeaconFrame : BeaconFrameBase method UnknownBeaconFrame (line 33) | public UnknownBeaconFrame(byte[] payload) : base(payload) FILE: Library/UniversalBeacon.Library.Core/Entities/UrlEddystoneFrame.cs class UrlEddystoneFrame (line 31) | public class UrlEddystoneFrame : BeaconFrameBase method UrlEddystoneFrame (line 110) | public UrlEddystoneFrame(sbyte rangingData, string completeUrl) method UrlEddystoneFrame (line 122) | public UrlEddystoneFrame(byte[] payload) : base(payload) method ParsePayload (line 131) | public void ParsePayload() method UpdatePayload (line 160) | private void UpdatePayload() method EncodeUrlScheme (line 198) | private static byte? EncodeUrlScheme(string url) method EncodeUrlToStream (line 217) | private void EncodeUrlToStream(string url, int pos, Stream ms) method FindUrlCode (line 246) | private byte? FindUrlCode(string url) method DecodeUrl (line 276) | private static string DecodeUrl(byte[] rawUrl, int startAtArrayPos) method UrlSchemePrefixAsString (line 294) | public string UrlSchemePrefixAsString(byte urlSchemePrefix) method Update (line 307) | public override void Update(BeaconFrameBase otherFrame) method IsValid (line 319) | public override bool IsValid() FILE: Library/UniversalBeacon.Library.Core/Interfaces/IBluetoothPacketProvider.cs type IBluetoothPacketProvider (line 6) | public interface IBluetoothPacketProvider method Start (line 24) | void Start(); method Stop (line 28) | void Stop(); FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisement.cs class BLEAdvertisement (line 25) | public sealed class BLEAdvertisement method BLEAdvertisement (line 32) | public BLEAdvertisement() FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisementDataSection.cs class BLEAdvertisementDataSection (line 24) | public sealed class BLEAdvertisementDataSection : BLERecord method BLEAdvertisementDataSection (line 31) | public BLEAdvertisementDataSection() method BLEAdvertisementDataSection (line 36) | public BLEAdvertisementDataSection(BLEPacketType packetType, byte[] data) FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisementPacket.cs class BLEAdvertisementPacket (line 24) | public class BLEAdvertisementPacket FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisementPacketArgs.cs class BLEAdvertisementPacketArgs (line 25) | public class BLEAdvertisementPacketArgs : EventArgs method BLEAdvertisementPacketArgs (line 29) | public BLEAdvertisementPacketArgs(BLEAdvertisementPacket data) FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisementType.cs type BLEAdvertisementType (line 22) | public enum BLEAdvertisementType FILE: Library/UniversalBeacon.Library.Core/Interop/BLEAdvertisementWatcherStatusCodes.cs type BLEAdvertisementWatcherStatusCodes (line 11) | public enum BLEAdvertisementWatcherStatusCodes FILE: Library/UniversalBeacon.Library.Core/Interop/BLEFlagRecord.cs class BLEFlagRecord (line 22) | public class BLEFlagRecord : BLERecord method BLEFlagRecord (line 26) | public BLEFlagRecord(BLEPacketType packetType, byte flags) FILE: Library/UniversalBeacon.Library.Core/Interop/BLEGenericRecord.cs class BLEGenericRecord (line 22) | public sealed class BLEGenericRecord : BLERecord method BLEGenericRecord (line 26) | public BLEGenericRecord(BLEPacketType packetType, byte[] data) FILE: Library/UniversalBeacon.Library.Core/Interop/BLEManufacturerData.cs class BLEManufacturerData (line 24) | public sealed class BLEManufacturerData : BLERecord method BLEManufacturerData (line 29) | public BLEManufacturerData(BLEPacketType packetType, byte[] data) method BLEManufacturerData (line 37) | public BLEManufacturerData() FILE: Library/UniversalBeacon.Library.Core/Interop/BLENameRecord.cs class BLENameRecord (line 24) | public class BLENameRecord : BLERecord method BLENameRecord (line 26) | public BLENameRecord(BLEPacketType packetType, byte[] data) FILE: Library/UniversalBeacon.Library.Core/Interop/BLEPacketType.cs type BLEPacketType (line 23) | public enum BLEPacketType FILE: Library/UniversalBeacon.Library.Core/Interop/BLERecord.cs class BLERecord (line 22) | public abstract class BLERecord method BLERecord (line 26) | protected BLERecord(BLEPacketType packetType) FILE: Library/UniversalBeacon.Library.Core/Interop/BTError.cs class BTError (line 3) | public class BTError type BluetoothError (line 9) | public enum BluetoothError method BTError (line 56) | public BTError(BluetoothError btErrorCode) FILE: Library/UniversalBeacon.Library.Core/Interop/BTMember.cs type BTMember (line 23) | public enum BTMember FILE: Library/UniversalBeacon.Library.UWP/PacketExtensions.cs class PacketExtensions (line 7) | internal static class PacketExtensions method ToUniversalBLEPacket (line 15) | public static BLEAdvertisementPacket ToUniversalBLEPacket(this Bluetoo... method ToUniversalAdvertisement (line 35) | public static BLEAdvertisement ToUniversalAdvertisement(this Bluetooth... FILE: Library/UniversalBeacon.Library.UWP/WindowsBluetoothPacketProvider.cs class WindowsBluetoothPacketProvider (line 8) | public class WindowsBluetoothPacketProvider : IBluetoothPacketProvider method WindowsBluetoothPacketProvider (line 16) | public WindowsBluetoothPacketProvider() method WatcherOnReceived (line 45) | private void WatcherOnReceived(BluetoothLEAdvertisementWatcher sender,... method Start (line 50) | public void Start() method WatcherOnStopped (line 64) | private void WatcherOnStopped(BluetoothLEAdvertisementWatcher sender, ... method Stop (line 69) | public void Stop() FILE: Library/UniversalBeacon.Library.iOS/iOSBluetoothPacketProvider.cs class iOSBluetoothPacketProvider (line 3) | public class iOSBluetoothPacketProvider : CocoaBluetoothPacketProvider { } FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.Android/MainActivity.cs class MainActivity (line 13) | [Activity(Label = "Universal Beacon", Icon = "@drawable/icon", Theme = "... method OnCreate (line 16) | protected override void OnCreate(Bundle bundle) method OnRequestPermissionsResult (line 39) | public override void OnRequestPermissionsResult(int requestCode, strin... FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.Android/MainApplication.cs class MainApplication (line 16) | #if DEBUG method MainApplication (line 23) | public MainApplication(IntPtr handle, JniHandleOwnership transer) method OnCreate (line 28) | public override void OnCreate() FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.Android/Resources/Resource.Designer.cs class Resource (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.T... method Resource (line 22) | static Resource() method UpdateIdValues (line 27) | public static void UpdateIdValues() class Animation (line 34) | public partial class Animation method Animation (line 85) | static Animation() method Animation (line 90) | private Animation() class Animator (line 95) | public partial class Animator method Animator (line 101) | static Animator() method Animator (line 106) | private Animator() class Attribute (line 111) | public partial class Attribute method Attribute (line 1137) | static Attribute() method Attribute (line 1142) | private Attribute() class Boolean (line 1147) | public partial class Boolean method Boolean (line 1165) | static Boolean() method Boolean (line 1170) | private Boolean() class Color (line 1175) | public partial class Color method Color (line 1475) | static Color() method Color (line 1480) | private Color() class Dimension (line 1485) | public partial class Dimension method Dimension (line 1932) | static Dimension() method Dimension (line 1937) | private Dimension() class Drawable (line 1942) | public partial class Drawable method Drawable (line 2773) | static Drawable() method Drawable (line 2778) | private Drawable() class Id (line 2783) | public partial class Id method Id (line 3332) | static Id() method Id (line 3337) | private Id() class Integer (line 3342) | public partial class Integer method Integer (line 3381) | static Integer() method Integer (line 3386) | private Integer() class Interpolator (line 3391) | public partial class Interpolator method Interpolator (line 3400) | static Interpolator() method Interpolator (line 3405) | private Interpolator() class Layout (line 3410) | public partial class Layout method Layout (line 3617) | static Layout() method Layout (line 3622) | private Layout() class String (line 3627) | public partial class String method String (line 3822) | static String() method String (line 3827) | private String() class Style (line 3832) | public partial class Style method Style (line 5023) | static Style() method Style (line 5028) | private Style() class Styleable (line 5033) | public partial class Styleable method Styleable (line 7000) | static Styleable() method Styleable (line 7005) | private Styleable() FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.UWP/App.xaml.cs class App (line 26) | sealed partial class App : Application method App (line 32) | public App() method OnLaunched (line 43) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 91) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 103) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.UWP/MainPage.xaml.cs class MainPage (line 18) | public sealed partial class MainPage method MainPage (line 20) | public MainPage() FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.iOS/AppDelegate.cs class AppDelegate (line 9) | [Register("AppDelegate")] method FinishedLaunching (line 13) | public override bool FinishedLaunching(UIApplication app, NSDictionary... FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample.iOS/Main.cs class Application (line 5) | public class Application method Main (line 8) | static void Main(string[] args) FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/App.xaml.cs class App (line 6) | public partial class App : Application method App (line 10) | public App() method OnStart (line 19) | protected override async void OnStart() method OnSleep (line 25) | protected override void OnSleep() method OnResume (line 30) | protected override void OnResume() FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/FrameTemplateSelector.cs class FrameTemplateSelector (line 7) | internal class FrameTemplateSelector : DataTemplateSelector method FrameTemplateSelector (line 12) | public FrameTemplateSelector() method OnSelectTemplate (line 18) | protected override DataTemplate OnSelectTemplate(object item, Bindable... FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/Models/BeaconService.cs class BeaconService (line 11) | internal class BeaconService : IDisposable method BeaconService (line 15) | public BeaconService() method Dispose (line 31) | public void Dispose() method _manager_BeaconAdded (line 39) | void _manager_BeaconAdded(object sender, Beacon e) method Provider_AdvertisementPacketReceived (line 44) | void Provider_AdvertisementPacketReceived(object sender, UniversalBeac... FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/ViewCells/EddystoneTLMViewCell.xaml.cs class EddystoneTLMViewCell (line 12) | [XamlCompilation(XamlCompilationOptions.Compile)] method EddystoneTLMViewCell (line 15) | public EddystoneTLMViewCell () FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/ViewCells/GenericViewCell.xaml.cs class GenericViewCell (line 6) | [XamlCompilation(XamlCompilationOptions.Compile)] method GenericViewCell (line 9) | public GenericViewCell () FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/ViewModels/HomeViewModel.cs class HomeViewModel (line 14) | public class HomeViewModel : INotifyPropertyChanged method RequestPermissions (line 22) | public async Task RequestPermissions() method RequestLocationPermission (line 27) | private async Task RequestLocationPermission() method StartBeaconService (line 40) | private void StartBeaconService() method Beacons_CollectionChanged (line 50) | private void Beacons_CollectionChanged(object sender, System.Collectio... FILE: Samples/UniversalBeacon.Sample/UniversalBeacon.Sample/Views/HomeView.xaml.cs class HomeView (line 8) | [XamlCompilation(XamlCompilationOptions.Compile)] method HomeView (line 13) | public HomeView() method Init (line 21) | public async Task Init() FILE: Samples/WindowsBeacons/App.xaml.cs class App (line 32) | sealed partial class App : Application method App (line 38) | public App() method OnLaunched (line 50) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 97) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 109) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Samples/WindowsBeacons/Converter/BeaconFrameTypeToTextConverter.cs class BeaconFrameTypeToTextConverter (line 24) | public class BeaconFrameTypeToTextConverter : IValueConverter method Convert (line 26) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 45) | public object ConvertBack(object value, Type targetType, object parame... FILE: Samples/WindowsBeacons/Converter/BeaconTypeToTextConverter.cs class BeaconTypeToTextConverter (line 23) | public class BeaconTypeToTextConverter : IValueConverter method Convert (line 25) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 45) | public object ConvertBack(object value, Type targetType, object parame... FILE: Samples/WindowsBeacons/Converter/IdToHexTextConverter.cs class IdToHexTextConverter (line 23) | public class IdToHexTextConverter : IValueConverter method Convert (line 25) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 42) | public object ConvertBack(object value, Type targetType, object parame... FILE: Samples/WindowsBeacons/Converter/IntToGridLengthConverter.cs class IntToGridLengthConverter (line 23) | public class IntToGridLengthConverter : IValueConverter method Convert (line 25) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 34) | public object ConvertBack(object value, Type targetType, object parame... FILE: Samples/WindowsBeacons/FrameTemplateSelector.cs class FrameTemplateSelector (line 23) | public class FrameTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 37) | protected override DataTemplate SelectTemplateCore(object item) FILE: Samples/WindowsBeacons/MainPage.xaml.cs class MainPage (line 39) | public sealed partial class MainPage : Page, INotifyPropertyChanged method MainPage (line 73) | public MainPage() method OnNavigatedTo (line 118) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatedFrom (line 132) | protected override void OnNavigatedFrom(NavigationEventArgs e) method BeaconManagerOnBeaconAdded (line 153) | private void BeaconManagerOnBeaconAdded(object sender, Beacon beacon) method WatcherOnStopped (line 200) | private void WatcherOnStopped(object sender, BTError btError) method PrintBeaconInfoExample (line 252) | private void PrintBeaconInfoExample() method SetStatusOutput (line 308) | private async void SetStatusOutput(string newStatus) method AboutButton_Tapped (line 320) | private void AboutButton_Tapped(object sender, TappedRoutedEventArgs e) method ClearButton_Tapped (line 325) | private void ClearButton_Tapped(object sender, RoutedEventArgs e) method StatusMsgArea_Tapped (line 331) | private void StatusMsgArea_Tapped(object sender, TappedRoutedEventArgs e) method OnPropertyChanged (line 339) | [NotifyPropertyChangedInvocator] method HexStringToByteArray (line 352) | public static byte[] HexStringToByteArray(string hex) FILE: Samples/WindowsBeacons/Properties/Annotations.cs class CanBeNullAttribute (line 25) | [AttributeUsage( class NotNullAttribute (line 38) | [AttributeUsage( class ItemNotNullAttribute (line 46) | [AttributeUsage( class ItemCanBeNullAttribute (line 54) | [AttributeUsage( class StringFormatMethodAttribute (line 71) | [AttributeUsage( method StringFormatMethodAttribute (line 79) | public StringFormatMethodAttribute(string formatParameterName) class ValueProviderAttribute (line 91) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property |... method ValueProviderAttribute (line 94) | public ValueProviderAttribute(string name) class InvokerParameterNameAttribute (line 113) | [AttributeUsage(AttributeTargets.Parameter)] class NotifyPropertyChangedInvocatorAttribute (line 152) | [AttributeUsage(AttributeTargets.Method)] method NotifyPropertyChangedInvocatorAttribute (line 155) | public NotifyPropertyChangedInvocatorAttribute() { } method NotifyPropertyChangedInvocatorAttribute (line 156) | public NotifyPropertyChangedInvocatorAttribute(string parameterName) class ContractAnnotationAttribute (line 207) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] method ContractAnnotationAttribute (line 210) | public ContractAnnotationAttribute([NotNull] string contract) method ContractAnnotationAttribute (line 213) | public ContractAnnotationAttribute([NotNull] string contract, bool for... class LocalizationRequiredAttribute (line 232) | [AttributeUsage(AttributeTargets.All)] method LocalizationRequiredAttribute (line 235) | public LocalizationRequiredAttribute() : this(true) { } method LocalizationRequiredAttribute (line 236) | public LocalizationRequiredAttribute(bool required) class CannotApplyEqualityOperatorAttribute (line 263) | [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | At... class BaseTypeRequiredAttribute (line 276) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method BaseTypeRequiredAttribute (line 280) | public BaseTypeRequiredAttribute([NotNull] Type baseType) class UsedImplicitlyAttribute (line 292) | [AttributeUsage(AttributeTargets.All)] method UsedImplicitlyAttribute (line 295) | public UsedImplicitlyAttribute() method UsedImplicitlyAttribute (line 298) | public UsedImplicitlyAttribute(ImplicitUseKindFlags useKindFlags) method UsedImplicitlyAttribute (line 301) | public UsedImplicitlyAttribute(ImplicitUseTargetFlags targetFlags) method UsedImplicitlyAttribute (line 304) | public UsedImplicitlyAttribute(ImplicitUseKindFlags useKindFlags, Impl... class MeansImplicitUseAttribute (line 318) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.GenericParamet... method MeansImplicitUseAttribute (line 321) | public MeansImplicitUseAttribute() method MeansImplicitUseAttribute (line 324) | public MeansImplicitUseAttribute(ImplicitUseKindFlags useKindFlags) method MeansImplicitUseAttribute (line 327) | public MeansImplicitUseAttribute(ImplicitUseTargetFlags targetFlags) method MeansImplicitUseAttribute (line 330) | public MeansImplicitUseAttribute(ImplicitUseKindFlags useKindFlags, Im... type ImplicitUseKindFlags (line 340) | [Flags] type ImplicitUseTargetFlags (line 361) | [Flags] class PublicAPIAttribute (line 376) | [MeansImplicitUse(ImplicitUseTargetFlags.WithMembers)] method PublicAPIAttribute (line 379) | public PublicAPIAttribute() { } method PublicAPIAttribute (line 380) | public PublicAPIAttribute([NotNull] string comment) class InstantHandleAttribute (line 393) | [AttributeUsage(AttributeTargets.Parameter)] class PureAttribute (line 407) | [AttributeUsage(AttributeTargets.Method)] class PathReferenceAttribute (line 414) | [AttributeUsage(AttributeTargets.Parameter)] method PathReferenceAttribute (line 417) | public PathReferenceAttribute() { } method PathReferenceAttribute (line 418) | public PathReferenceAttribute([PathReference] string basePath) class SourceTemplateAttribute (line 449) | [AttributeUsage(AttributeTargets.Method)] class MacroAttribute (line 480) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method, Al... class AspMvcAreaMasterLocationFormatAttribute (line 506) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcAreaMasterLocationFormatAttribute (line 509) | public AspMvcAreaMasterLocationFormatAttribute(string format) class AspMvcAreaPartialViewLocationFormatAttribute (line 517) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcAreaPartialViewLocationFormatAttribute (line 520) | public AspMvcAreaPartialViewLocationFormatAttribute(string format) class AspMvcAreaViewLocationFormatAttribute (line 528) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcAreaViewLocationFormatAttribute (line 531) | public AspMvcAreaViewLocationFormatAttribute(string format) class AspMvcMasterLocationFormatAttribute (line 539) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcMasterLocationFormatAttribute (line 542) | public AspMvcMasterLocationFormatAttribute(string format) class AspMvcPartialViewLocationFormatAttribute (line 550) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcPartialViewLocationFormatAttribute (line 553) | public AspMvcPartialViewLocationFormatAttribute(string format) class AspMvcViewLocationFormatAttribute (line 561) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method AspMvcViewLocationFormatAttribute (line 564) | public AspMvcViewLocationFormatAttribute(string format) class AspMvcActionAttribute (line 578) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] method AspMvcActionAttribute (line 581) | public AspMvcActionAttribute() { } method AspMvcActionAttribute (line 582) | public AspMvcActionAttribute(string anonymousProperty) class AspMvcAreaAttribute (line 595) | [AttributeUsage(AttributeTargets.Parameter)] method AspMvcAreaAttribute (line 598) | public AspMvcAreaAttribute() { } method AspMvcAreaAttribute (line 599) | public AspMvcAreaAttribute(string anonymousProperty) class AspMvcControllerAttribute (line 613) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] method AspMvcControllerAttribute (line 616) | public AspMvcControllerAttribute() { } method AspMvcControllerAttribute (line 617) | public AspMvcControllerAttribute(string anonymousProperty) class AspMvcMasterAttribute (line 629) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcModelTypeAttribute (line 636) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcPartialViewAttribute (line 645) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class AspMvcSupressViewErrorAttribute (line 651) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] class AspMvcDisplayTemplateAttribute (line 659) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcEditorTemplateAttribute (line 667) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcTemplateAttribute (line 675) | [AttributeUsage(AttributeTargets.Parameter)] class AspMvcViewAttribute (line 684) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class AspMvcActionSelectorAttribute (line 698) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property)] class HtmlElementAttributesAttribute (line 701) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property |... method HtmlElementAttributesAttribute (line 704) | public HtmlElementAttributesAttribute() { } method HtmlElementAttributesAttribute (line 705) | public HtmlElementAttributesAttribute(string name) class HtmlAttributeValueAttribute (line 713) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Field | At... method HtmlAttributeValueAttribute (line 716) | public HtmlAttributeValueAttribute([NotNull] string name) class RazorSectionAttribute (line 729) | [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Method)] class CollectionAccessAttribute (line 735) | [AttributeUsage(AttributeTargets.Method)] method CollectionAccessAttribute (line 738) | public CollectionAccessAttribute(CollectionAccessType collectionAccess... type CollectionAccessType (line 746) | [Flags] class AssertionMethodAttribute (line 764) | [AttributeUsage(AttributeTargets.Method)] class AssertionConditionAttribute (line 772) | [AttributeUsage(AttributeTargets.Parameter)] method AssertionConditionAttribute (line 775) | public AssertionConditionAttribute(AssertionConditionType conditionType) type AssertionConditionType (line 787) | public enum AssertionConditionType class TerminatesProgramAttribute (line 803) | [Obsolete("Use [ContractAnnotation('=> halt')] instead")] class LinqTunnelAttribute (line 812) | [AttributeUsage(AttributeTargets.Method)] class NoEnumerationAttribute (line 818) | [AttributeUsage(AttributeTargets.Parameter)] class RegexPatternAttribute (line 824) | [AttributeUsage(AttributeTargets.Parameter)] class XamlItemsControlAttribute (line 831) | [AttributeUsage(AttributeTargets.Class)] class XamlItemBindingOfItemsControlAttribute (line 843) | [AttributeUsage(AttributeTargets.Property)] class AspChildControlTypeAttribute (line 846) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method AspChildControlTypeAttribute (line 849) | public AspChildControlTypeAttribute(string tagName, Type controlType) class AspDataFieldAttribute (line 859) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)] class AspDataFieldsAttribute (line 862) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)] class AspMethodPropertyAttribute (line 865) | [AttributeUsage(AttributeTargets.Property)] class AspRequiredAttributeAttribute (line 868) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] method AspRequiredAttributeAttribute (line 871) | public AspRequiredAttributeAttribute([NotNull] string attribute) class AspTypePropertyAttribute (line 879) | [AttributeUsage(AttributeTargets.Property)] method AspTypePropertyAttribute (line 884) | public AspTypePropertyAttribute(bool createConstructorReferences) class RazorImportNamespaceAttribute (line 890) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorImportNamespaceAttribute (line 893) | public RazorImportNamespaceAttribute(string name) class RazorInjectionAttribute (line 901) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RazorInjectionAttribute (line 904) | public RazorInjectionAttribute(string type, string fieldName) class RazorHelperCommonAttribute (line 914) | [AttributeUsage(AttributeTargets.Method)] class RazorLayoutAttribute (line 917) | [AttributeUsage(AttributeTargets.Property)] class RazorWriteLiteralMethodAttribute (line 920) | [AttributeUsage(AttributeTargets.Method)] class RazorWriteMethodAttribute (line 923) | [AttributeUsage(AttributeTargets.Method)] class RazorWriteMethodParameterAttribute (line 926) | [AttributeUsage(AttributeTargets.Parameter)] class NoReorder (line 935) | [AttributeUsage(AttributeTargets.All)]