Base:
property
Culture
System.Windows.Forms.Design.MaskDescriptor.Culture
1 write to Culture
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDescriptorTemplate.cs (1)
24Culture = culture!;
2 references to Culture
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\MaskDescriptorTemplateTests.cs (2)
32descriptor.Culture.Should().Be(culture); 36descriptor.Culture.Should().Be(culture);